# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.

# $Header: makerules_c.ptx 1.10 89/12/07 $
# Macros passed to make in the CCS build process.

CC=$(TOOLS)/xcc -Yp01ial,$(TOOLS) -YLS,$(CCS_LIBS)/lib -YU,$(CCS_LIBS)/usr/lib -Wp,-Z$(CCS_ROOT)/usr/include -Wp,-Z$(CCS_HDRS)/usr/include
CPP=$(TOOLS)/xcpp
LD=$(TOOLS)/xld -Y L,$(CCS_LIBS)/lib -Y U,$(CCS_LIBS)/usr/lib
LLDIR=$(TOOLS)/lib/lint
LINT=$(SH) $(TOOLS)/xlint CPP=$(TOOLS) LL=$(TOOLS)/lib/lint CC=$(CC) LLDIR=$(LLDIR)
LORDER=$(TOOLS)/xlorder
AS=$(TOOLS)/xas -Y m,$(TOOLS) -Y d,$(TOOLS)/lib
AR=$(TOOLS)/xar
NM=$(TOOLS)/xnm
SIZE=$(TOOLS)/xsize
STRIP=$(TOOLS)/xstrip
CPRS=$(TOOLS)/xcprs

# DYNIX/ptx native only
DIS=$(TOOLS)/xdis
DUMP=$(TOOLS)/xdump
CTRACE=$(TOOLS)/xctrace
